DELETE ICON

This command will delete the specified icon

  Syntax
DELETE ICON Icon Handle
  Parameters
Icon Handle
Dword
The DWORD value of the icon handle

  Returns

This command does not return a value.

  Example Code
iconhandle as DWORD
iconhandle=load icon("lee.ico")
delete icon iconhandle
wait key
end
  See also

IMAGE Commands Menu
Index